home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Games / DroneZone / DZUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  328 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.  *    File:        DZUtils.h
  3.  *
  4.  *    Copyright © 1996 Apple Computer, Inc.
  5.  */
  6.  
  7. #ifndef __DZUtils__
  8. #define __DZUtils__
  9.  
  10. #include <QD3D.h>
  11.  
  12. Boolean CheckVersionNumber(
  13.     const NumVersion*        inVersion,
  14.     UInt8                    inMajor,
  15.     UInt8                    inMinor,
  16.     UInt8                    inBug);
  17.  
  18. TQ3Object Get3DMFResource(
  19.     short                inResourceID);
  20.  
  21. #endif /* __DZUtils__ */